home *** CD-ROM | disk | FTP | other *** search
/ Assassins - Ultimate CD Games Collection 2 / Assassins 2 - Ultimate Games No. 2 (1995)(Weird Science)[!][Amiga-CD32-CDTV].iso / cards-&-quiz / spite_&_malice / s&m_game.doc < prev    next >
Text File  |  1990-12-31  |  8KB  |  141 lines

  1.  
  2.  
  3.                            Spite And Malice
  4.  
  5. Rules and Strategy:
  6.  
  7.      Spite and Malice is a card game which involves both luck and strategy.  
  8. The object of the game is to play all of the 25 cards in your pile.  These 
  9. cards must be played to the center four stacks in numerical order from ace 
  10. to queen. Both the king and joker are wild cards, and may be played on top 
  11. of any other card.  Your hand consists of five cards, which may be played to 
  12. the center or the discards.  Cards that have been discarded may be played to 
  13. the center, but may not be moved from one discard pile to another.  Your 
  14. turn ends when you take a card from your hand and put it into one of the 
  15. discard piles.  Several strategies may be used to defeat your opponent.  You 
  16. may wish to maximize playing of your cards with little regard for the 
  17. ability of your opponent to play.  Alternatively, you may attempt to prevent 
  18. your opponent from playing his cards, even to the detriment of your ability 
  19. to play cards from your pile.  The computer attempts to win through 
  20. intimidation and by maximizing his ability to play cards from his pile.
  21.  
  22. Program Options:
  23.                         Spite And Malice Menus
  24. ____________________________________________________________________________
  25. |Game________|Player_1_____|Player_2_____|Spite_Level_________|Malice_Level|
  26. |New       | |  Computer | |\/Computer | |\/None            | |\/None      |
  27. |Open      | |\/Human    | |  Human    | |  Low             | |  Mean      |
  28. |Save      | |Diff Factor| |Diff Factor| |  Moderate        | |  Nasty     |
  29. |Save As...| `-----------' `-----------' |  Cut off nose to | |  Terrible  |
  30. |Speech On |                             |  spite face      | `------------'
  31. |Slow Play |                             `------------------'
  32. |Rules     |
  33. |Quit      |
  34. `----------'
  35. "Game" Menu:
  36.     The game menu controls file saving and retrieval, and most play 
  37. parameters.
  38. New: Begins a new game.  If the current game is not finished and has not 
  39. been saved, then you will asked if you wish to save the current game first.
  40. Open: Opens a saved game file and begins play from the point that the game 
  41. was last saved.  Currently there is no option for replay or taking back of 
  42. plays.
  43. Save: Saves the current game status under the current file name.  If no file 
  44. name exists, then you will be prompted to enter one.
  45. Save As: Prompts you to enter a file name and save the current game status 
  46. under that file name.
  47. Speech On (Off): Toggles between speech and no speech.  If the computer 
  48. becomes too obnoxious (try to pick up one of his cards), you can tell him to 
  49. shut up.  The default setting is "Speech on".
  50. Slow Play (Fast Play): Toggles between slow and fast movement of cards.  
  51. Slow play allows you to watch as the computer makes his moves.  With fast 
  52. play on, is not possible to watch all the cards being thrown around by the 
  53. computer to make certain that he doesn't cheat.  The default setting is 
  54. "Slow Play".
  55. Rules: When selected, the computer will tell you the rules.  To cancel at 
  56. any time, press the "Shut up!" button.
  57. Quit: Ends the current game.  If the current game is not finished and has 
  58. not been saved, then you will asked if you wish to save the current game 
  59. before exiting the program.
  60.  
  61. "Player 1", "Player 2" Menus:
  62.      These menus select the playing characteristics of each player.  Each 
  63. player may be either human or computer.  The type of opponent for each 
  64. player may be changed at any time during the game.  If both opponents are 
  65. human (much more easily played with real cards, but still an option in this 
  66. program) you will be asked to enter a secret code, which may be any 
  67. combination of letters or numbers.  This secret code must be entered on 
  68. every turn (prevents your opponent from looking at your cards).  Once you 
  69. have entered your secret code, you may turn over your cards by clicking on 
  70. them.  When you discard, your remaining cards will be automatically turned 
  71. face down.  "Diff Fact" brings up a window in which you are to select the 
  72. difficulty level of your computer opponent (easy, difficult, and very 
  73. difficult).  The default setting is "very difficult".
  74.  
  75. "Spite" and "Malice" Menus:
  76.      These menus control how nasty you want your computer opponent to be.  
  77. Default settings are "None".
  78.  
  79. Mode of play:
  80.  
  81.     To move a card, place the mouse cursor above a card, then click and hold 
  82. the left button.  Move the mouse in the direction you wish to move the card 
  83. and let go of the button when it is at the appropriate place.  The card 
  84. doesn't have to be exactly centered on the location when released, and if 
  85. not, it will be moved to the proper location.  If a card is moved illegally, 
  86. then the computer will say an appropriate (?) message and return the card to 
  87. its original location.
  88.  
  89. Technical considerations:
  90.  
  91.     This program was developed using standard AmigaBasic (copyright 
  92. Microsoft Corporation) and compiled using AC/Basic (copyright Absoft Corp).  
  93. The program may be opened from either Workbench or CLI.  To open from 
  94. Workbench, double click on the Spite and Malice "Game" icon or the "Cards" 
  95. or "CardTable" icons.  To open from CLI, make sure that the game program is 
  96. in the current directory type the following:
  97.  
  98.                              Stack 9000
  99.                              Game
  100.  
  101. When opened from CLI, the program uses a file requestor subprogram which 
  102. reads the disks directly and allows the user to scroll the window to select 
  103. files for saving and opening.
  104.     When copying the program to other disks, is is best to copy the entire 
  105. drawer, since there are several files that need to be present for the 
  106. program to run.  If the appropriate files are not present the program will 
  107. produce a message telling the user which file is missing before exiting.  
  108. The following files are necessary:
  109.  
  110.                         Game ........... The main program
  111.                         CardTable ...... The playing table
  112.                         Cards .......... The deck of cards
  113.                         dos.bmap ....... AmigaBasic library
  114.                         exec.bmap ...... AmigaBasic library
  115.                         graphics.bmap .. AmigaBasic library
  116.  
  117.     In addition to these files, the Workbench disk must have the 
  118. translator.library in the LIBS directory and the narrator.device in the DEVS 
  119. directory.  If the program is run from CLI and game files are saved or 
  120. loaded, then Ram-Handler must be present in the L directory and the DOS 
  121. command "Execute" must be present in the C directory.
  122.     This program is completely event driven, responding to menu selections 
  123. and mouse clicks.  User input is via buttons and text string gadgets 
  124. (typing is required only for saving of files and entry of the user's name).  
  125. Buttons are selected with the left mouse button.  Alternatively, highlighted 
  126. buttons may be selected by pressing the "RETURN" or "ENTER" keys.  If a 
  127. "cancel" button is present, it may be selected by typing the "ESC" key.  
  128. Text gadgets may be selected by clicking the left mouse button within the 
  129. box.  If more than one text gadget is present, pressing the cursor up or 
  130. down keys will move to the next text gadget.  The program uses three decks 
  131. of cards (standard decks with two jokers per deck) which are shuffled 
  132. randomly and dealt without replacement.  When a stack of cards in the center 
  133. is completed (ace through queen) it is removed and put into a leftover pile 
  134. (off screen).  When all cards have been used from the initial three decks, 
  135. then the cards in the leftover pile are shuffled and reused.  The program is 
  136. designed for two players, which may be any combination of computer or human 
  137. opponents.
  138.  
  139. *****************************************************************************
  140.